'Declaration Public Overloads Function Insert( _ ByVal imageBytes() As System.Byte, _ ByVal contentType As System.String, _ ByVal location As InsertLocation _ ) As Picture
public Picture Insert( System.byte[] imageBytes, System.string contentType, InsertLocation location )
Parameters
- imageBytes
- The image data representing the picture.
- contentType
- The content type of the image data.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Picture.